Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further clean video crates #237

Merged
merged 12 commits into from
Jan 7, 2025
Merged

further clean video crates #237

merged 12 commits into from
Jan 7, 2025

Conversation

TroyKomodo
Copy link
Member

@TroyKomodo TroyKomodo commented Jan 6, 2025

clean up more video creates, implementing a better bit reader & writer. As well as removing other unused bytesio helpers.
Also cleanup AAC's code to better reflect the spec.

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 98.14471% with 10 lines in your changes missing coverage. Please review.

Project coverage is 50.36%. Comparing base (a958b8b) to head (54279e9).
Report is 22 commits behind head on main.

Current head 54279e9 differs from pull request most recent head 6c10f3d

Please upload reports for the commit 6c10f3d to get more accurate results.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/aac/src/lib.rs 89.65% 6 Missing ⚠️
crates/bitio/src/read.rs 98.87% 1 Missing ⚠️
crates/h264/src/sps.rs 75.00% 1 Missing ⚠️
crates/mp4/src/boxes/types/av01.rs 0.00% 1 Missing ⚠️
crates/mp4/src/boxes/types/mp4a.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   49.99%   50.36%   +0.37%     
==========================================
  Files         201      198       -3     
  Lines       16343    16238     -105     
==========================================
+ Hits         8171     8179       +8     
+ Misses       8172     8059     -113     
Files with missing lines Coverage Δ
crates/amf0/src/tests.rs 100.00% <100.00%> (ø)
crates/amf0/src/writer.rs 91.11% <100.00%> (ø)
crates/av1/src/config.rs 94.28% <100.00%> (-0.09%) ⬇️
crates/av1/src/obu/mod.rs 46.98% <ø> (ø)
crates/av1/src/obu/seq.rs 51.58% <100.00%> (ø)
crates/av1/src/tests.rs 100.00% <100.00%> (ø)
crates/bitio/src/write.rs 100.00% <100.00%> (ø)
crates/context/src/lib.rs 100.00% <ø> (ø)
crates/exp_golomb/src/lib.rs 100.00% <100.00%> (ø)
crates/h264/src/config.rs 92.66% <100.00%> (ø)
... and 26 more

... and 1 file with indirect coverage changes

Components Coverage Δ
scuffle-batching 100.00% <ø> (ø)
scuffle-bootstrap 27.15% <ø> (ø)
scuffle-context 100.00% <ø> (ø)
scuffle-ffmpeg 0.00% <ø> (ø)
scuffle-h3-webtransport 0.00% <ø> (ø)
scuffle-http 0.00% <ø> (ø)
scuffle-metrics 42.69% <ø> (ø)
scuffle-pprof 0.00% <ø> (ø)
scuffle-settings 0.00% <ø> (ø)
scuffle-signal 100.00% <ø> (+58.39%) ⬆️
postcompile 0.00% <ø> (ø)
scuffle-image-processor ∅ <ø> (∅)

@TroyKomodo TroyKomodo changed the title Troy/video clean video crates Jan 7, 2025
@TroyKomodo TroyKomodo changed the title clean video crates further clean video crates Jan 7, 2025
@TroyKomodo
Copy link
Member Author

?brawl merge

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 7, 2025

📌 Commit 6c10f3d has been approved and added to the merge queue.

Requested by: @TroyKomodo

Approved by: @lennartkloock

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 7, 2025

⌛ Trying commit 6c10f3d with merge d9601ad...

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 7, 2025

🎉 Build successful!
Completed in 8:03

Approved by: @lennartkloock
Pushing d9601ad to main

@scuffle-brawl scuffle-brawl bot merged commit d9601ad into main Jan 7, 2025
7 checks passed
@scuffle-brawl scuffle-brawl bot deleted the troy/video branch January 7, 2025 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants